ComboBoxFormPr
Combo box / dropdown list properties.
Type
Enumeration
Values
Example
This example creates a combo box form with the common and specific combo box form properties.
let comboBoxFormPr = {"key": "Personal information", "tip": "Choose your country", "required": true, "placeholder": "Country", "editable": false, "autoFit": false, "items": ["Latvia", "USA", "UK"]};
let comboBoxForm = Api.CreateComboBoxForm(comboBoxFormPr);